@media only screen and (max-width: 439px){
	.top_bar p {
		padding: 12px;
		font-size: 8px;
	}
	.icon-bar a {
    	padding: 5px;
	}
	.logo {
	    display: inline-block;
	    width: 44%;
	    vertical-align: middle;
	    text-align: center;
	}
	.icon-bar {
	    display: inline-block;
	    width: 54%;
	    text-align: center;
	    vertical-align: middle;
	}
	.topnav{
  		height: 100%;
		width: 0;
		position: fixed;
		z-index: 99;
		top: 0;
		right: 0;
		background-color: #f5f5f6;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
  	}
  	.topnav a {
		padding: 12px 25px;
		font-size: 14px;
		display: block;
		display: flex;
		align-content: left;
	}
	.myclosebtn {
	    font-size: 26px;
	    cursor: pointer;
	    display: inline-block;
	}
	.menuclosebtn{
		display: block;
	}
	h2.site-title.image-logo {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.page_heading_title_inner p{
		font-size: 12px;
	}
	.page_heading_title_inner h2{
		font-size: 16px;
	}
  	.post_column{
		width: 100%;
	}
	.latest_post_column{
		width: 100%;
	}
	.post_datails{
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
		padding: 20px 0px 40px 0px;
		border: none;
		display: block;
	}
	.post_datails a {
		  padding: 8px 8px 8px 32px;
		  text-decoration: none;
		  font-size: 25px;
		  color: #818181;
		  display: block;
		  transition: 0.3s;
	}
	.sidenav .closebtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 25px;
	 	font-size: 36px;
	  	margin-left: 50px;
	}
	.sidebar{
		display: inline-block;
		padding: 10px;
	}
	.category, .price_detail, .different_color, .ratings_list{
		padding: 10px;
	}
	.result_show_colomn{
		width: 100%;
	}
	.showing_result{
		display: flex;
		justify-content: center;
		align-content: center;
	}
	.sortby_column{
		width: 100%;
	}
	.latest_item_show{
		display: flex;
		justify-content: center;
		align-content: center;
	}
	footer{
		text-align: left;
	}
	.Copyright_text{
		text-align: center;
	}
	.footer_column{
		width: 100%;
	}
	.footer_col{
		width: 100%;
		text-align: center;
	}
	.footer_col nav{
		text-align: left;
	}
	footer nav {
		padding: 5px;
		margin-left: 0px;
	}
	.form_column {
		width: 100%;
	}
	.table_responsive{
		overflow-x:auto;
	}
	table .table{
		width: 100%;
	}
	.main {
	    display: flex;
	    width: 100%;
	    flex-direction: column;
	}
	.des {
    	display: block;
    	padding-left: 0px;
    }
    td {
	    padding: 10px 20px;
	}
	th.text-white {
		padding-left: 20px;
	}
	a.one_third-two, a.one_third {
	    padding: 6px;
	    font-size: 7px;
	}
	.button_inner-content{ 
		width: 70%;
	}
	.button_inner-content1{
		width: 28%;
	}
	.des h6 {
	    font-size: 14px;
	}
	.des p {
	    font-size: 10px;
	}
}
@media only screen and (min-width: 440px) and (max-width: 599px){
	.top_bar p {
		padding: 12px;
		font-size: 8px;
	}
	.icon-bar a {
    	padding: 10px;
	}
	.logo {
	    display: inline-block;
	    width: 50%;
	    vertical-align: middle;
	}
	.icon-bar {
	    display: inline-block;
	    width: 48%;
	    text-align: right;
	}
	.topnav{
  		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		background-color: #f5f5f6;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
  	}
  	.topnav a {
		padding: 12px 25px;
		font-size: 14px;
		display: block;
		display: flex;
		align-content: left;
	}
  	.myclosebtn{
		font-size:30px;
		cursor:pointer;
		display: inline-block;
	}
	.menuclosebtn{
		display: block;
	}
	.page_heading_title_inner p{
		font-size: 12px;
	}
	.page_heading_title_inner h2{
		font-size: 16px;
	}
  	.post_column{
		width: 100%;
	}
	.latest_post_column{
		width: 100%;
	}
	.post_datails{
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
		padding: 20px 0px 40px 0px;
		border: none;
		display: block;
	}
	.post_datails a {
		  padding: 8px 8px 8px 32px;
		  text-decoration: none;
		  font-size: 25px;
		  color: #818181;
		  display: block;
		  transition: 0.3s;
	}
	.sidenav .closebtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 25px;
	 	font-size: 36px;
	  	margin-left: 50px;
	}
	.sidebar{
		display: inline-block;
		padding: 10px;
	}
	.category, .price_detail, .different_color, .ratings_list{
		padding: 10px;
	}
	.result_show_colomn{
		width: 100%;
	}
	.showing_result{
		display: flex;
		justify-content: center;
		align-content: center;
	}
	.sortby_column{
		width: 100%;
	}
	.latest_item_show{
		display: flex;
		justify-content: center;
		align-content: center;
	}
	footer{
		text-align: left;
	}
	.footer_column{
		width: 30%;
		float: left;
	}
	.footer_col{
		width: 15%;
		float: left;
	}
	.Copyright_text{
		text-align: center;
	}
	.footer_column{
		width: 100%;
	}
	.footer_col{
		width: 50%;
	}
	footer nav {
		padding: 5px;
		margin-left: 0px;
	}
	.form_column {
		width: 100%;
	}
	.table_responsive{
		overflow-x:auto;
	}
	table .table{
		width: 100%;
	}
	.main {
	    display: flex;
	    width: 100%;
	    flex-direction: column;
	}
	.des {
    	display: block;
    	padding-left: 0px;
    }
    td {
	    padding: 10px 20px;
	}
	th.text-white {
		padding-left: 20px;
	}
	a.one_third-two, a.one_third {
	    padding: 8px 12px;
	    font-size: 8px;
	}
	.button_inner-content{ 
		width: 68%;
	}
	.button_inner-content1{
		width: 30%;
	}
	.des h6 {
	    font-size: 16px;
	}
	.des p {
	    font-size: 10px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 766px){
	.top_bar p {
		padding: 12px;
		font-size: 12px;
	}
	.logo {
	    display: inline-block;
	    width: 50%;
	    vertical-align: middle;
	}
	.icon-bar {
	    display: inline-block;
	    width: 49%;
	    text-align: right;
	}
  	.topnav{
  		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		background-color: #f5f5f6;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
  	}
  	.topnav a {
		padding: 12px 25px;
		font-size: 14px;
		display: block;
		display: flex;
		align-content: left;
	}
  	.myclosebtn{
		font-size:30px;
		cursor:pointer;
		display: inline-block;
	}
	.menuclosebtn{
		display: inline;
	}
  	.post_column{
		width: 50%;
	}
	.container{
		width: 100%;
	}
	.latest_post_column{
		width: 100%;
	}
	.post_datails{
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
		padding: 20px 0px 40px 0px;
		border: none;
		display: block;
	}
	.post_datails a {
		  padding: 8px 8px 8px 32px;
		  text-decoration: none;
		  font-size: 25px;
		  color: #818181;
		  display: block;
		  transition: 0.3s;
	}
	.sidenav .closebtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 25px;
	 	font-size: 36px;
	  	margin-left: 50px;
	}
	.sidebar{
		display: inline-block;
		padding: 10px;
	}
	.category, .price_detail, .different_color, .ratings_list{
		padding: 10px;
	}
	footer{
		text-align: left;
	}
	.footer_column{
		width: 50%;
	}
	.footer_col{
		width: 25%;
	}
	.Copyright_text{
		text-align: center;
	}
	footer nav li {
		font-size: 10px;
	}
	.form_column {
		width: 50%;
	}
	.table_responsive{
		overflow-x:auto;
	}
	table .table{
		width: 100%;
	}.main {
	    display: flex;
	    width: 100%;
	    flex-direction: column;
	}
	.des {
    	display: block;
    	padding-left: 0px;
    }
    td {
	    padding: 10px 20px;
	}
	th.text-white {
		padding-left: 20px;
	}
	a.one_third-two, a.one_third {
	    padding: 8px 15px;
	    font-size: 10px;
	}
	.des h6 {
	    font-size: 18px;
	}
	.des p {
	    font-size: 12px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 992px){
	.post_datails{
  		padding: 10px;
  	}
  	.post_column{
		width: 50%;
	}
	.post_datails .closebtn {
		display: none;
	}
	.sidebar{
		font-size:30px;
		cursor:pointer;
		display: none;
	}
	.category_column{
		width: 25%;
		float: left;
	}
	.post_datails{
		padding: 30px;
	}
	.sidebar{
		display: none;
	}
	.category_column{
		width: 33.33%;
	}
	.latest_post_column{
		width: 66.66%;
	}
	.rating, .price_list form p, .color_list form p, .category_list form p{
		font-size: 12px;
	}
	footer{
		text-align: left;
	}
	.footer_column{
		width: 50%;
	}
	.footer_col{
		width: 25%;
	}
	footer nav {
		padding: 10px 0px;
	}
	.Copyright_text{
		text-align: center;
	}
	.topnav a {
    padding: 12px 12px;
    font-size: 14px;
}
	.icon-bar {
    width: 20%;
}
.topnav {
    width: 62%;
   
}
	.icon-bar a {
	    padding: 5px;
	}
	.topnav .active::after {
		left: 5px;
	}
	.value_form{
		display: inline !important;
	}
	.table_responsive{
		overflow-x:auto;
	}
	table .table{
		width: 100%;
	}
	.main {
	    display: flex;
	    width: 100%;
	    flex-direction: column;
	}
	.des {
    	display: block;
    	padding-left: 0px;
    }
    form.value_form {
	  width: 200px;
	  display: inline-block;
	}
	.product_value{
		border: 1px solid #d6d6dd;
	    display: inline-block;
	}
	.value-button {
	  display: inline-block;
	  margin: 0px;
	  width: 30px;
	  text-align: center;
	  vertical-align: middle;
	  padding: 5px 0;
	  color: #d6d6dd;
	}

	.value-button:hover {
	  cursor: pointer;
	}

	form.value_form #decrease {
	  margin-right: -4px;
	}

	form.value_form #increase {
	  margin-left: -4px;
	}

	form.value_form #input-wrap {
	  margin: 0px;
	  padding: 0px;
	}
	input:focus{
		outline: none;
	}
	input#number {
	  text-align: center;
	  border: none;
	  margin: 0px;
	    width: 60px;
	  height: 20px;
	}
	td {
	    padding: 10px 20px;
	}
	th.text-white {
		padding-left: 20px;
	}
	a.one_third-two,a.one_third {
	    padding: 8px 16px;
	    font-size: 12px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  	.post_datails{
  		padding: 20px;
  	}
  	.post_datails .closebtn {
		display: none;
	}
	.sidebar{
		display: none;
	}
	.footer_column{
		width: 50%;
	}
	.footer_col{
		width: 25%;
	}
	.table_responsive{
		overflow-x:auto;
	}
	.form_data .table{
		width: 100%;
	}
	.main {
	    display: flex;
	    width: 100%;
	    flex-direction: column;
	}
	.des {
    	display: block;
    	padding-left: 0px;
    }
    td {
	    padding: 10px 20px;
	}
	th.text-white {
		padding-left: 20px;
	}
	a.one_third {
	    padding: 8px 35px;
	}
	a.one_third-two {
	    padding: 8px 35px;
	}
	.icon-bar a {
    padding: 13px 8px;
}
} 
@media only screen and (min-width: 1200px) {
  	.post_datails{
  		padding: 20px;
  	}
  	.post_datails .closebtn {
		display: none;
	}
	.sidebar{
		display: none;
	}
}
/* Product Page */
@media only screen and (min-width: 600px) and (max-width: 766px){
	.products_section .products_menu li a{
		font-size: 12px;
	}
	.products_wrapper .product_heading h3{
		font-size: 26px;
	}
	.products_column {
	    width: 100%;
	    float: none;
	}
	.products_info_column{
		width: 100%;
		float: left;
	}
	.products_info .products_heading h3{
		font-size: 24px;
	}
	.products_info .products_price p {
	    font-size: 18px;
	}
	.product_btn .btn-card,.product_btn .btn-buy{
		padding: 8px 60px;
	}
	.collapsible {
		font-size: 24px;
	}
	.products_contant {
	    font-size: 14px;
	}
	.products_infor .basic_information {
		font-size: 14px;
	}
	.products_info .content p {
	    font-size: 14px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 992px){
	.products_column{
		width: 45%;
		float: left;
	}
	.products_info_column{
		width: 55%;
		float: left;
	}
	.products_section .products_menu li a{
		font-size: 10px;
	}
	.products_wrapper .product_heading h3{
		font-size: 22px;
	}
	.products_info .products_heading h3{
		font-size: 24px;
	}
	.products_info .products_price p {
	    font-size: 18px;
	}
	.product_btn .btn-card,.product_btn .btn-buy{
		padding: 8px 26px;
	}
	.collapsible {
		font-size: 24px;
	}
	.products_contant {
	    font-size: 14px;
	}
	.products_infor .basic_information {
		font-size: 14px;
	}
	.products_info .content p {
	    font-size: 14px;
	}
	.value_form{
		display: inline !important;
	}
}
@media only screen and (max-width: 479px) {
	.container{
		width: 100%;
		margin: 0 auto;
	}
	.products_section .products_menu li a{
		font-size: 8px;
	}
	.products_wrapper .product_heading h3{
		font-size: 18px;
	}
	.products_info_column{
		width: 100%;
		float: left;
	}
	.products_column {
	    width: 100%;
	    float: left;
	}
	
	.products_quantity h4{
		font-size: 12px;
	}
	.first_item, .second_item, .third_item, .fourth_item{
		margin: 10px;
	}
	.products_info {
	    padding: 20px 10px 30px 10px;
	}
	.products_info .products_heading h3{
		font-size: 16px;
	}
	.products_info .products_price p {
	    font-size: 12px;
	}
	.product_btn .btn-card,.product_btn .btn-buy{
		display: block;
		padding: 10px 20px;
		text-align: center;
		margin: 10px;
	}
	.collapsible {
		font-size: 18px;
	}
	.products_contant {
	    font-size: 14px;
	}
	.products_infor .basic_information {
		font-size: 14px;
	}
	.products_info .content p {
	    font-size: 10px;
	}
}
@media only screen and (max-width: 642px) and (min-width: 480px){
	.container{
		width: 100%;
		margin: 0 auto;
	}
	.products_section .products_menu li a{
		font-size: 12px;
	}
	.products_wrapper .product_heading h3{
		font-size: 26px;
	}
	.products_info_column{
		width: 100%;
		float: left;
	}
	.products_column {
    	width: 100%;
    	float: left;
	}
	.products_info {
	    padding: 20px 10px 30px 10px;
	}
	.first_item, .second_item, .third_item, .fourth_item{
		margin:10px;
	}
	.products_info .products_heading h3{
		font-size: 24px;
	}
	.products_info .products_price p {
	    font-size: 18px;
	}
	.product_btn .btn-card, .product_btn .btn-buy {
	    padding: 8px 20px;
	    font-size: 10px;
	}
	.collapsible {
		font-size: 24px;
	}
	.products_contant {
	    font-size: 14px;
	}
	.products_infor .basic_information {
		font-size: 14px;
	}
	.products_info .content p {
	    font-size: 14px;
	}
}



@media only screen and (max-width: 1024px) and (min-width: 992px){
	.products_info .products_heading h3{
		font-size: 32px;
	}
	.product_btn .btn-card,.product_btn .btn-buy{
		padding: 10px 50px;
	}
	.products_column{
		width: 45%;
		float: left;
	}
	.products_info_column{
		width: 55%;
		float: left;
	}
}
@media only screen and (min-width: 1200px){
	.product_btn .btn-card,.product_btn .btn-buy{
		padding: 10px 80px;
	}
	.products_column{
		width: 45%;
		float: left;
	}
	.products_info_column{
		width: 55%;
		float: left;
	}
	.icon_menu ul{
		justify-content: right;
	}
}
@media only screen and (max-width: 1199px) and  (min-width: 1025px){
	.product_btn .btn-card,.product_btn .btn-buy{
		padding: 8px 60px;
	}
	.products_column{
		width: 45%;
		float: left;
	}
	.products_info_column{
		width: 55%;
		float: left;
	}
	
}



@media only screen and (max-width: 767px) and (min-width: 320px)  {

.footer_column {
    width: 100%;
}

/*FAQS CSS*/
}
@media screen and (max-width: 1680px) {
.faqs_main_section .acc-wrapper {
    width: calc(100% - 80px);
    max-width: 1380px;
    margin: 0 auto;
}
}

@media screen and (max-width: 1400px) {
.faqs_main_section .acc-body {
    gap: 40px;
  }

.faqs_main_section .accs {
    min-width: calc(50% - 20px);
  }

.faqs_main_section .acc-img {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1200px) {
.faqs_main_section .acc-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

.faqs_main_section .accs {
    max-width: initial;
  }

.faqs_main_section .acc-img {
    max-width: initial;
    width: 100%;
    aspect-ratio: 410/247;
  }

.faqs_main_section .accs {
    width: 100%;
  }
}

@media screen and (max-width: 864px) {
.faqs_main_section .acc-wrapper {
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin-top: 33px;
    margin-bottom: 154px;
  }

.faqs_main_section .acc-body {
    gap: 7px;
  }

.faqs_main_section .acc-header {
    margin-bottom: 30px;
  }

  
}

/*account CSS*/
@media (max-width: 584px){
.account_page_main .account_page_inner .container{
	max-width: 100%;
}
.account_page_main form .user_details .input_pox{
	margin-bottom: 15px;
	width:100%;
}
.account_page_main form .gender_details .category{
	width: 100%;
}
.account_page_main .container form .user_details {
	max-height: 100%;
	overflow-y: scroll;
}
.account_page_main .user_details::-webkit-scrollber{
	width: 0;
}
.account_page_main .container form .user_details {
    display: block;
}
.account_page_main .container form .user_details .user_details_left {
    width: 100%;
    padding: 0px 25px;
}
.account_page_main .container form .user_details .user_details_right {
    width: 100%;
}
.account_page_main {
    padding: 10px;
}
.account_page_main .user_details .input_pox input {
    max-width: 236px;
}
.account_page_main form .button input {
    max-width: 225px;
}

}


/*login CSS*/
@media only screen and (max-width: 767px) and (min-width: 320px){	
.login_page_main .submit {
    margin-top: 20px;
    font-size: 10px;
	width: 38%;
}
.login_page_main a.submit span {
    font-size: 10px;
}
.login_reme_forg_two a {
    font-size: 14px;
}
.login_page_main .login_box {
    max-height: 100%;
    overflow-y: scroll;
    display: block;
}
.login_page_main .login_box .left {
    width: 100%;
}
.login_page_main .login_box .right {
    width: 100%;
}
.login_page_main .left h3 {
	margin-bottom: 0px;
}
.login_page_main .right-text h2 {
    margin: 0;
}
.login_page_main .left .contact {
    margin: 0;
}
.login_page_main .right .right-text {
    transform: translate(0%, 0%);
}
.login_page_main .right-text h5 {
    margin: 0;
}
.terms_conditions_text_section_main .terms_conditions_text_section {
    padding: 20px 10px;
}
}

/*privacy_policy CSS*/
/*blog CSS*/

@media only screen and (min-width: 320px) and (max-width: 800px) {   
    .Contact_main_inner p.pra-two {
    margin-top: 35px;
}
.Contact_section_one_inner {
    max-width: 90%;
}
.Contact_section_content h2 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 12px;
}
.Contact_from_content input[type="submit"] {
   
    margin: 0;
 
}
.blog-skin-care .slick-dots li {
    margin: 0 3px;
}
.About_Us_sec_three {
    padding-bottom: 30px;
	padding-top: 0px;
	margin-top: 0px;
}
    .blog-wrapper .blog-inner-section .blog-content {
    max-width: 95%;
    border-right: none;
    width: 100%;
    margin: 0 auto;
    }

    .blog-upper-section .blog-heading p{
        font-size: 19px;
    }

    .blog-upper-section .blog-text {
        width: calc(100% - 20px);
    }

    .blog-upper-section .blog-text p{
        font-size: 16px;
    }

    .blog-wrapper .blog-inner-section{
        width: 99%;
    }
    
    .blog-bath-body .bath-body-head .bath-body-head-text p {
        font-size: 16px;
    }

    .blog-bath-body .bath-body-head .bath-body-seeall {
        width: 48%;
    }

    .blog-bath-body .bath-body-head .bath-body-seeall p{
        font-size: 13px;
    }

    .blog-skin-care .skin-care-head .skin-care-head-text p {
        font-size: 16px;
    }

    .blog-skin-care .skin-care-head .skin-care-seeall {
        width: 48%;
    }

    .blog-skin-care .skin-care-head .skin-care-seeall p {
        font-size: 13px;
    }

    .blog-wrapper .blog-inner-section .blog-recent-post {
        width: 100%;
    }

    .blog-bottom-text p {
        font-size: 19px;
    }
	.blog-inner-section .blog-content .blog-inner-content {
   
    margin: 0 auto;
    }
	.blog-bath-body {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-left: 25px;
    }
	.blog_wrapper_container .blog-bath-body ul.slick-dots {
    top: 95%;
}
	.blog_wrapper_container .blog-bath-body ul.slick-dots li {
    margin: 0 2px;
}
   .blog-skin-care {
    max-width: 90%;
    margin: 0 auto;
    margin-left: 26px;
}
}
@media only screen and (min-width: 550px) and (max-width: 800px) {    

    .blog-recent-post .inner-recent-post .posts .post-img img {
        width: 60%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {    

    .product-page .product-details {
        width: 99%;
    }

    .product-details .product-inner-page {
        padding: 30px 0px;
    }

    .product-details .product-head h1 {
        font-size: 26px;
        padding: 0px 0px;
    }

    .product-details .product-head h2 {
        font-size: 20px;
    }

    .product-page .other-product-details {
        width: 100%;
    }

    .other-product-details .other-product-inner-page {
        max-width: calc(100% - 20px);
        margin: 0 auto;
        width: 100%;
        padding: 30px 0px;
        display: block;
    }

    .blog-bottom-text p {
        font-size: 19px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {    

    .product-details .product-head h1 {
        font-size: 23px;
        padding: 0px 0px;
    }

    .product-details .product-head h2 {
        font-size: 15px;
    }

    .product-details .poduct-main-image-detail .main-detail p {
        font-size: 13px;
    }

    .understanding-wrapper .understanding-head h1 {
        font-size: 18px;
    }

    .understanding-wrapper .understanding-text p {
        font-size: 13px;
    }

    .understanding-wrapper .understanding-text p a {
        font-size: 13px;
    }

    .essential-wrapper .essential-head h1 {
        font-size: 18px;
    }

    .essential-wrapper p {
        font-size: 13px;
    }

    .essential-wrapper p a {
        font-size: 13px;
    }

    .dont-wrapper .dont-head h1 {
        font-size: 18px;
    }

    .dont-wrapper .dont-text p {
        font-size: 13px;
    }

    .dont-wrapper .dont-text p a {
        font-size: 13px;
    }

    .protecting-wrapper .protecting-head h1 {
        font-size: 18px;
    }

    .protecting-wrapper .protecting-text p {
        font-size: 13px;
    }

    .protecting-wrapper .protecting-text p a {
        font-size: 13px;
    }

    .lifestyle-wrapper .lifestyle-head h1 {
        font-size: 18px;
    }

    .lifestyle-wrapper .lifestyle-text p {
        font-size: 13px;
    }

    .lifestyle-wrapper .lifestyle-text p a {
        font-size: 13px;
    }

    .faq-wrapper .faq-head h1 {
        font-size: 18px;

    }

    .faq-wrapper .faq-text p {
        font-size: 13px;
    }

    .faq-wrapper .faq-text p a {
        font-size: 13px;
    }

    .faq-wrapper .faq-text h6 {
        font-size: 13px;
    }

    .conclusion-wrapper .conclusion-head h1 {
        font-size: 18px;
    }

    .conclusion-wrapper .conclusion-text p {
        font-size: 13px;
    }

    .releted-post .slider .img-wish .releted-post-text a {
        font-size: 14px;
    }

}


@media only screen and (min-width: 320px) and (max-width: 400px) {    
    .other-product-inner-page .out-stock-product {
        width: 100%;
    }

    .other-product-inner-page .in-stock-product {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 400px) {    
    .releted-post .slider .img-wish{
        padding-right: 0px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 320px)  {
.about_page_new h1 {
	padding-top: 68px;
	font-size: 42px;
}
 .about_page_sec_two li {
	font-size: 19px;
	width: 90%;
}
.about_page_sec_two .heading_tittal {
	font-size: 31px !important;

}
.home_page_content_inner {
    width: 90%;
    text-align: left;
    position: absolute;
    left: 20px;
    top: -26px;
}
.Contact_from_content h1 {
    font-size: 35px;
   
}
form.value_form #increase {
    margin-left: -14px;
}
form.value_form #decrease {
    margin-right: -16px;
}
td span {
    font-size: 18px;
}
th.text-white {
    font-size: 20px;
}
th.text-white {
    font-size: 18px;
    
}
}
@media only screen and (max-width: 766px){
	.top_bar p {
		padding: 12px;
		font-size: 12px;
	}
	.testimonial_left_text .testimonial_img img {
    width: 45px;
}
}







@media only screen and (max-width: 800px) and (min-width: 320px)  {
.about_page_new h1 {
	padding-top: 68px;
	font-size: 42px;
}
 .about_page_sec_two li {
	font-size: 19px;
	width: 90%;
}
.about_page_sec_two .heading_tittal {
	font-size: 31px !important;
}
}


@media only screen and (max-width: 1100px) and (min-width: 320px)  {

.Contact_section_content {
    width: 100%;
}
.Contact_section_content {
    width: 100%;
}
.Contact_from_content .Name_section {
    width: 100%;
    margin: 10px 0px;
}
.Contact_from_content .Email_section {
    width: 100%;
	 margin: 10px 0px;
}
.Number_section {
   
    margin: 10px 0px;
}
.Messagesection {
    
    margin: 10px 0px;
}

.Contact_main_inner h1::after {
    width: auto;

}
.Contact_from_container {
    max-width: 77%;
}

.Contact_main_inner h1 {
    font-size: 32px;
}

}
@media only screen and (max-width: 800px) and (min-width: 320px)  {
.about_page_new h1 {
	padding-top: 68px;
	font-size: 42px;
}
 .about_page_sec_two li {
	font-size: 19px;
	width: 90%;
}
.about_page_sec_two .heading_tittal {
	font-size: 31px !important;
}
.footer_inner_content_onee p:nth-child(3) {
	font-size: 12px;
}
}


@media only screen and (max-width: 1100px) and (min-width: 800px)  {
	
	.home_page_content_inner {
    top: 85px;
}

}


@media only screen and (max-width: 1100px) and (min-width: 320px)  {

.About_Us_three_content_right {
    width: 100%;
}
.About_Us_sec_two_inner .About_Us_content_left {
    width: 90%;
    padding: 0;
}

.About_Us_content_right {
    width: 90%;
    padding: 0;
}
.About_Us_four_content_inner p {
    padding: 11px;
}
.About_Us_three_content_left {
    width: 100%;
    margin-right: 0;
}
.About_Us_three_content_right {
    width: 100%;
}
.About_Us_four_content {
    width: 100%;
    padding: 0;
}
.About_Us_content_three_left_inner {
    padding: 30px;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px)  {
.about_page_new h1 {
	padding-top: 68px;
	font-size: 42px;
}
 .about_page_sec_two li {
	font-size: 19px;
	width: 90%;
}
.about_page_sec_two .heading_tittal {
	font-size: 31px !important;

}
.home_page_content_inner {
    width: 90%;
    text-align: left;
    position: absolute;
    left: 20px;
    top: -26px;
}
}

@media only screen and (max-width: 1100px) and (min-width:320px)  {

.testimonial_sec_six .testimonial_left {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.testimonial_right {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.testimonial_right .testimonial_left_text.two_sec {
    margin-left: 0;
}


.about_page_new {
	height: 421px !important;
}
.gellery_sec_left {
    width: 100%;
	    padding: 0;
   }

.gellery_sec_right {
    width: 100% !important;
    padding: 0;
}

.collection_gellery_sec_two_inner img {
	width: 100%;
	height: auto !important;
}

.new_arrival_sec_two_inner .pra {
    width: 95%;
    padding: 0;
}
.new_arrival_sec_product .new_arrival_product {
    width: 100% !important;
    padding: 10px 0 !important;
}
.new_arrival_sec_four h1 {
	font-size: 46px;
}
.new_arrival_content.center_two {
	width: 100% !important;
}
.new_arrival_sec_four .new_arrival_content {
	width: 100% !important;
}
.new_arrival_content.center_two .new_arrival_over_cont {
	top: 46px;
}
.our_blog_content_left {
	width: 100%;
}
.our_blog_content_right {
	width: 100%;
}

.our_blog_content_right .our_blog_content_right_sec .blog_img {
    width: auto;
    padding: 0;
}

.our_blog_content_right .our_blog_content_right_sec .our_blog_over_cont {
	display: inline-block;
	width: 90%;
	width: 90%;
	padding: 15px;
}
.testimonial_left_inner {
	padding: 10px;
}
.testimonial_right .testimonial_left_text {
	width: 80%;
	margin-left: 15px !important;
}
.our_blog_sec_four h1::after {
    width: auto;
}
.testimonial_sec_six .testimonial_left h1::after {
    width: auto;
}
.new_arrival_sec_four h1::after {
    width: auto;
}

.new_arrival_sec_two_inner h1::after {
    width: auto;
}
.new_arrival_sec_four .new_arrival_content .new_arrival_product_inner {
    position: relative;
    margin: 13px 0px;
}

.collection_gellery_sec_two {
	height: auto;
	margin-bottom: 25px;
}
.our_blog_content_left .our_blog_over_cont {
	padding-top: 10px;
	padding-bottom: 21px;
}
.testimonial_sec_six {
	padding-top: 20px;
}
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.category_heading h4, .price_heading h4, .color_heading h4, .ratings_heading h4{
	font-family: "SortsMillGoudy-Regular";
	font-size: 20px;
	padding-bottom: 10px;
}
.category_list form p, .price_list form p, .color_list form p{
	padding: 10px 0px;
	font-size: 14px;
	color: #7e7e84;
}
.category_list label{
	padding-left: 5px;
}
.category_list input[type="checkbox"]{
	appearance: none;
	background-color: transparent;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #b3b3c1;
  border-radius: 0px;
}


@media only screen and (max-width: 1100px) and (min-width:320px)  {

.testimonial_sec_six .testimonial_left {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.testimonial_right {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.testimonial_right .testimonial_left_text.two_sec {
    margin-left: 0;
}


.about_page_new {
	height: 421px !important;
}
.gellery_sec_left {
    width: 100%;
	    padding: 0;
   }

.gellery_sec_right {
    width: 100% !important;
    padding: 0;
}

.collection_gellery_sec_two_inner img {
	width: 100%;
	height: auto !important;
}

.new_arrival_sec_two_inner .pra {
    width: 95%;
    padding: 0;
}
.new_arrival_sec_product .new_arrival_product {
    width: 100% !important;
    padding: 10px 0 !important;
}
.new_arrival_sec_four h1 {
	font-size: 46px;
}
.new_arrival_content.center_two {
	width: 100% !important;
}
.new_arrival_sec_four .new_arrival_content {
	width: 100% !important;
}
.new_arrival_content.center_two .new_arrival_over_cont {
	top: 46px;
}
.our_blog_content_left {
	width: 100%;
}
.our_blog_content_right {
	width: 100%;
}

.our_blog_content_right .our_blog_content_right_sec .blog_img {
    width: auto;
    padding: 0;
}

.our_blog_content_right .our_blog_content_right_sec .our_blog_over_cont {
	display: inline-block;
	width: 90%;
	width: 90%;
	padding: 15px;
}
.testimonial_left_inner {
	padding: 10px;
}
.testimonial_right .testimonial_left_text {
	width: 80%;
	margin-left: 15px !important;
}
.our_blog_sec_four h1::after {
    width: auto;
}
.testimonial_sec_six .testimonial_left h1::after {
    width: auto;
}
.new_arrival_sec_four h1::after {
    width: auto;
}

.new_arrival_sec_two_inner h1::after {
    width: auto;
}
.new_arrival_sec_four .new_arrival_content .new_arrival_product_inner {
    position: relative;
    margin: 13px 0px;
}

.collection_gellery_sec_two {
	height: auto;
	margin-bottom: 25px;
}
.our_blog_content_left .our_blog_over_cont {
	padding-top: 10px;
	padding-bottom: 21px;
}
.testimonial_sec_six {
	padding-top: 20px;
}
}
@media only screen and (max-width: 1450px) and (min-width:801px)  {
	
.blog-wrapper .blog-inner-section .blog-content {
   
    padding-left: 25px;
    
}
}